┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/usr/share/php/PhpParser5/ErrorHandler
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: Throwing.php
<?php declare(strict_types=1); namespace PhpParser\ErrorHandler; use PhpParser\Error; use PhpParser\ErrorHandler; /** * Error handler that handles all errors by throwing them. * * This is the default strategy used by all components. */ class Throwing implements ErrorHandler { public function handleError(Error $error): void { throw $error; } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 Collecting.php
PHP
869 B
2025-12-09 00:00
EDIT
📄 Throwing.php
PHP
368 B
2025-12-09 00:00
EDIT